You are extending the built-in type Console. This may have unintended consequences on other objects using this built-in type. Consider subclassing instead.
Loading history...
11
onClick_: function( ev ) {
12
var request = {
13
action: 'clear-console',
14
};
15
(new GLSR.Ajax( request, ev )).post( function( response ) {